Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
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 examining the Monastery: (4)
As of 2024-04-20 04:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found