Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: split problem

by stevieb (Canon)
on Nov 29, 2016 at 22:44 UTC ( [id://1176868]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $flds[16] = undef;
    $flds[8] = 0;
    
  2. or download this
    $flds[8] = 0;
    $flds[16] = undef;
    
  3. or download this
    use warnings;
    use strict;
    ...
    $flds[8] = 0;
    
    print Dumper \@flds;
    
  4. or download this
    $VAR1 = [
              'A',
    ...
              undef,
              undef
            ];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-03-28 14:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found