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

Re: problem in printing the result in the out put file

by thanos1983 (Parson)
on Feb 28, 2017 at 16:30 UTC ( [id://1183162]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open(my $out, '>>', 'port.txt')
      or die "Can't open < port.txt: $!";
    print $out "\n$ip:$port\n";
    close($out)
      or die "Can't close < port.txt: $!";;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-03-28 08:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found