Hi
I'm trying to debug a string but for some reason it is printing on 3 lines instead of 2. Perhaps I am not concatenating thestring properly?
my $wgetlog = + '/usr/sfw/bin/wget -r -np --reject "index.html*" --https-only --no- +check-certificate --user ' . $userid . + ' --password ' . $password . ' https://' . $server . '/dev/' . $user +id . '/' . $actionid . "_" . $pkgname . '/'; print "$wgetlog\n";
here are my results:
/usr/sfw/bin/wget -r -np --reject "index.html*" --https-only --no-che +ck-certificate --user user01 --password password01 https://server01 /dev/user/99129 _DEPLOYMENT/
Please advise, thanks
In reply to var string not printing correctly by TonyNY
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |