Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^5: What esteemed monks think about changes necessary/desirable in Perl 7 outside of OO staff

by johngg (Canon)
on Sep 15, 2020 at 14:19 UTC ( [id://11121795]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $line = q{   aaa bbb ccc ddd eee fff    };
    ( $line ) = split( ' ', $line, 1 );
    print qq{-->$line<--\n};
    
  2. or download this
    -->aaa bbb ccc ddd eee fff    <--
    

Log In?
Username:
Password:

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

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

    No recent polls found