Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: system calls

by turo (Friar)
on Feb 26, 2006 at 17:21 UTC ( [id://532895]=note: print w/replies, xml ) Need Help??


in reply to system calls

Which is the value of '$fop'? ...

open (POO, "logfile") or die "Can't open logfile: $!"; my $FOP = "fop -xsl $XSL -xml $XML -pdf $PDF |"; print POO $FOP; open (HUH, $FOP) or die "Can't run fop: $!"; while (<HUH>) { print POO $_; }
maybe you must put the entire path to the 'fop' program.

perl -Te 'print map { chr((ord)-((10,20,2,7)[$i++])) } split //,"turo"'

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-20 12:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found