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

Re^2: Test automation

by perl_help26 (Beadle)
on Jul 01, 2015 at 14:46 UTC ( [id://1132835]=note: print w/replies, xml ) Need Help??


in reply to Re: Test automation
in thread Testing a .pl script

Suppose we are running the script from crontab, will that be considered as a caller?

Replies are listed 'Best First'.
Re^3: Test automation
by Eily (Monsignor) on Jul 01, 2015 at 15:01 UTC

    caller only knows about callers in the same perl process. So do or require will not trigger a main call, while cron, or even system "perl script.pl"; will.

      Thank you

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-19 01:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found