Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^4: How to pass a file to GetOpt

by Anonymous Monk
on Jul 11, 2012 at 00:27 UTC ( [id://980986]=note: print w/replies, xml ) Need Help??


in reply to Re^3: How to pass a file to GetOpt
in thread How to pass a file to GetOpt

No such file or directory - [C:\Users\Mruppe2\workspace\Perl] at 5MinI +nterval2.pl line 11.

The actual file path is longer than that. The error_log is actually just a file, I don't believe that it has an extension.

perl 5MinInterval2.pl -input C:\Users\Mruppe2\workspace\Perl 5 Essen +tial Training\MPMStats Project\error_log -output C:\temp\output9.csv

Replies are listed 'Best First'.
Re^5: How to pass a file to GetOpt
by kcott (Archbishop) on Jul 11, 2012 at 00:57 UTC

    You'll need to quote pathnames with embedded spaces:

    perl 5MinInterval2.pl -input "C:\Users\Mruppe2\workspace\Perl 5 Essent +ial Training\MPMStats Project\error_log" -output C:\temp\output9.csv

    -- Ken

      OP: for reasons like this, I recommend not putting spaces in any filenames. It makes things much easier in the long run.
        Whereas I agree that it's better to avoid spaces, unfortunately we don't always have control over filenames. It may be ok to not care about spaces in quick and dirty test scripts, but we normally don't have that luxury in production environments for example. It's better when the code is prepared to handle unusual characters in the file names rather that assume that they will never happen.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (7)
As of 2024-04-24 10:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found