Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Problem when - use strict and -w

by GertMT (Hermit)
on Jul 14, 2009 at 20:26 UTC ( [id://780067]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    
  2. or download this
    #!/usr/bin/perl -w
    use IO::File;
    ...
          $row[0], "\"", " ", $row->[4],
          "\n";
    }
    
  3. or download this
    "123",20090626,14,"P8","Ba",20090626,"BET 98"
    "123",20090626,74,"P2","Ba",20090626,"BET 08"
    "123",20090626,47,"03","Av",20090626,"f: 29"
    "123",20090626,40,"10","Av",20090626,"ok"
    "123",20090629,17,"07","Go",20090629,"Sa"
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (2)
As of 2024-04-16 21:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found