Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^4: Split Decision

by Aragorn (Curate)
on Jan 06, 2005 at 14:58 UTC ( [id://419943]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    my $string = "Bla\nBlo\nBloe";
    print join("|", split('something', $string));
    
  2. or download this
    ~$ perl -MO=Deparse split.pl 
    my $string = "Bla\nBlo\nBloe";
    print join('|', split(/something/, $string, 0));
    split.pl syntax OK
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-26 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found