Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^11: sysread/syswrite wrappers

by BrowserUk (Patriarch)
on Oct 12, 2016 at 19:49 UTC ( [id://1173876]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! perl -sw
    use strict;
    ...
            }
        }
    }
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    print $server 'This is the last line';
    
    close $server;
    
  3. or download this
    C:\test>junk88
    03a9a7a0: 'abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVW
    +XYZ'
    ...
    03a9a7a0: 'abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVW
    +XYZ'
    03a9a7a0: 'This is the last line'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-23 07:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found