Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^5: help with regular expression required

by Anonymous Monk
on Aug 18, 2014 at 15:53 UTC ( [id://1097869]=note: print w/replies, xml ) Need Help??


in reply to Re^4: help with regular expression required
in thread help with regular expression required

my $outfile = $ARRGV[2];

Perhaps you meant $ARGV[1]?

I can only assume you removed the use warnings; use strict; from the top of the script, otherwise, Perl would have told you about the typo. So don't do that!

Replies are listed 'Best First'.
Re^6: help with regular expression required
by PitifulProgrammer (Acolyte) on Aug 19, 2014 at 09:52 UTC

    Yeah, I cannot believe how stupid I was. I mean I always keep strict and warnings enabled as my teacher told me.

    In my search for the error I ignored the RR and was just thinking about the usual mistakes, i.e. wrong assignment etc.

    I will pay more attention to conventional spelling mistakes in the future.

    Thanks for your reply.

    I need to continue with this experiment. More questions ahead :)

    Kind regards

    C.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 21:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found