Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^9: Debugger actions: On which lines?

by Laurent_R (Canon)
on Aug 18, 2015 at 19:53 UTC ( [id://1139061]=note: print w/replies, xml ) Need Help??


in reply to Re^8: Debugger actions: On which lines?
in thread Debugger actions: On which lines?

Neither do I. Well, under Unix, I most often have at the top something like
#!/usr/bin/perl
but I don't actually use it most of the time. My shell sripts launching my Perl programs usually have a line like this:
perl foo.pl
or perhaps:
sort -someshellsortoptions file.txt | perl bar.pl
In brief, I am usually calling Perl explicitly. And I usually don't even care about changing file permissions to executable.

And on other systems (Windows/Dos, VMS, etc), it also works usually better this way.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1139061]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-25 18:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found