Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: In my perl code i am getting some other output instead of Other

by haj (Vicar)
on Mar 24, 2022 at 10:35 UTC ( [id://11142356]=note: print w/replies, xml ) Need Help??


in reply to In my perl code i am getting some other output instead of Other

The error message appears if you neither provide an argument nor a value for the environment variable LOGS_EV. Which value would you like to store to $destdir in that case? Do you have a default value hidden somewhere? If so, consider:

$destdir = $ARGV[0] // $ENV{'LOGS_EV'} // $some_value;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-20 02:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found