Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Perl Generating error on display.

by zer (Deacon)
on Mar 25, 2008 at 17:33 UTC ( [id://676176]=note: print w/replies, xml ) Need Help??


in reply to Perl Generating error on display.

your code works fine. The problem you may be coming across is your shebang line. It looks like you mixed linux with windows.
#!/perl/bin/perl.exe

for a typical linux machine it would look similar to #!/usr/bin/perl. And for windows it would be the full path to the program.

What is the error that you are getting?

Replies are listed 'Best First'.
Re^2: Perl Generating error on display.
by Anonymous Monk on Mar 25, 2008 at 17:42 UTC
    Sad, sad I am on Windows!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-04-19 09:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found