| f00li5h | YOU MAY ONLY ANSWER WITH "NO" |
| gnube | snow_ru, Try this: tar zxf /HOMEDIRFIX/.cpan/...tar.gz |
| mauke | wtf is HOMEDIRFIX? |
| f00li5h | its a place holder |
| fbred | $HOME :p |
| f00li5h | that the howto says you shoudl replacec |
| gnube | Friend of Asterix |
| snow_ru | ok |
| Guschtel | f00li5h, thx for your support anyway :) |
| snow_ru | I can tar it |
| f00li5h | Guschtel: sure |
| snow_ru | f00li5h, and then ? |
| f00li5h | snow_ru: and you say you changed them all ... in MyConfig |
| gnube | So this is a security risk: system(cp $opt_c /some/file); but how do I get around that? |
| snow_ru | so f00li5h |
| mauke | gnube: it's not a security risk, it's a syntax error |
| f00li5h | gnube: system cp, $opt_c, 'Some/file' |
| gnube | mauke, Not at all |
| f00li5h | snow_ru: so |
| mauke | eval: system(cp $opt_c /some/file); |
| buubot | mauke: Error: Can't call method "cp" on an undefined value at eval line 1. |
| mauke | heh deparse: system(cp $opt_c /some/file); |
| buubot | system((($opt_c->cp / 'some') / 'file')); |
| mauke | ok, you win |
| snow_ru | so, you said I should change something in Myconfig.pm |
| gnube | mauke, You can define it of course |
| snow_ru | 1.Change home dir ok |
| f00li5h | snow_ru: did you open the file? it tells you want to do gnube: use File::Copy |
| [delta] | chovy, $thing =~ s/'/'/g |
| gnube | Ani-_: erm, no. :} I will set that. |
| Ani-_ | gnube: no, don't. |
| gnube | Okay. |
| Ani-_ | gnube: . shouldn't be in there. But if you set $ENV{PATH} in your script then it is untainted. Meaning it won't complain about that anymore. |
| buu | gnube: Set it to an exact string.. not one dependent on any other tainted item. |