in reply to Re: (Not Quite Perl) Running Scripts from Right-Click Context Menu in Windows
in thread (Not Quite Perl) Running Scripts from Right-Click Context Menu in Windows

Off the top of my head I'm guessing it's either passed as an arg or piped in, so try looking at @ARGV or <STDIN>..
  • Comment on Re: Re: (Not Quite Perl) Running Scripts from Right-Click Context Menu in Windows