Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Tk with thread and stram data ( return )

by Anonymous Monk
on Dec 25, 2020 at 01:54 UTC ( [id://11125731]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            my @data_array = split( /;/, $data );
            foreach (@data_array) {
                return "$_\n";  ##########################################
    +#####################
                print "$_\n";
            }
    
  2. or download this
    #!/usr/bin/perl --
    ## perltidy -olq  -csc -csci=10 -cscl="sub : BEGIN END" -otr -opr -ce 
    +-nibc -i=4 -pt=0   "-nsak=*"
    use strict;
    ...
    
    __END__
    

Log In?
Username:
Password:

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

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

    No recent polls found