Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^4: Frontier::Client -> Debug to file

by DreamT (Pilgrim)
on Apr 28, 2015 at 12:03 UTC ( [id://1124996]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Frontier::Client -> Debug to file
in thread Frontier::Client -> Debug to file

I've tried it also, but with no luck. Not with select though:
open(CPOUT, ">&STDOUT"); open(STDOUT, ">>xyz.log") || die "OUTor stdOUT: $!"; # Print stuff close(STDOUT) || die "Can't close STDOUT: $!"; open(STDOUT, ">&CPOUT") || die "Can't restore stdOUT: $!";
Unfortunately I don't have the possibility to install that module for the moment.

Replies are listed 'Best First'.
Re^5: Frontier::Client -> Debug to file
by Anonymous Monk on Apr 28, 2015 at 22:48 UTC

    ...Unfortunately I don't have the possibility to install that module for the moment.

    :) Maybe you can read the source ... I don't see anything obvious but you might have better luck

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-24 02:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found