Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: can't use unpack or split??

by allolex (Curate)
on Jun 07, 2004 at 20:53 UTC ( [id://362105]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
        print "[$_] " foreach @items;
        print "\n";
    }
    
  2. or download this
    __DATA__
    BAZ 'N3''  N  0 ? ? ? 1
    ...
    BCB C3B   C  0 ? ? ? 1
    BCB C4B   C  0 ? ? ? 1
    BCB CMB   C  0 ? ? ? 1
    
  3. or download this
    OUTPUT:
    
    ...
    [BCB] [C3B] [C] [0] [?] [?] [?] [1] 
    [BCB] [C4B] [C] [0] [?] [?] [?] [1] 
    [BCB] [CMB] [C] [0] [?] [?] [?] [1]
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-24 06:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found