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

Re^3: Perl beginner here, needs a shove in the right direction.

by aaron_baugher (Curate)
on Jun 17, 2015 at 01:11 UTC ( [id://1130737]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $line = 'DATA/-/data123/data456//data789/-/AZ';
    my @fields = split '/', $line;
    
  2. or download this
    #!/usr/bin/env perl
    use 5.010; use strict; use warnings;
    ...
            say "Line has problems, keyword $keyword";
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 20:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found