Probably it is not a perl question, but.. I can't understand how "^" symbol is handled in Windows command line here:
D:\TEMP>perl -e "print shift" q^w qw D:\TEMP>perl -e "print shift" q^^w q^w D:\TEMP>perl -e "print shift" q^^^w q^w
Under unix it always prints argument unchanged.
Also, the followng code perl -e "print $ARGV[0]" prints nothing in Windows, and prints ARRAY(0x80fbdcc) in linux..
--dda
In reply to Windows command line by dda
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |