in reply to Re^8: Debugger actions: On which lines?
in thread Debugger actions: On which lines?
but I don't actually use it most of the time. My shell sripts launching my Perl programs usually have a line like this:#!/usr/bin/perl
or perhaps:perl foo.pl
In brief, I am usually calling Perl explicitly. And I usually don't even care about changing file permissions to executable.sort -someshellsortoptions file.txt | perl bar.pl
And on other systems (Windows/Dos, VMS, etc), it also works usually better this way.
|
|---|