Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

lamprecht's scratchpad

by lamprecht (Friar)
on Feb 25, 2009 at 13:39 UTC ( [id://746261]=scratchpad: print w/replies, xml ) Need Help??

sub print_darwin { my $main = shift; my $ps_filename = shift; my $ret = system( 'open', '-a', 'Preview', $ps_filename ); if ( $ret == -1 ) { die "could not execute 'open -a Preview $ps_filename': $!"; } elsif ($ret) { die " failed in 'open -a Preview $ps_filename': $?"; } return; }
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2026-03-09 12:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.