Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: random noise background generator

by quidity (Pilgrim)
on Dec 08, 2000 at 06:44 UTC ( [id://45680]=note: print w/replies, xml ) Need Help??


in reply to random noise background generator

Before anyone fails to run this on a windows box, for cross platform usefulness you'll need to modify the following:

# PNG print $request->header(-type=>'image/png'); print $image->png;

To be:

# PNG print $request->header(-type=>'image/png'); binmode STDOUT; print $image->png;

I like the useles but pretty output though. I remember spending far too much time making QBasic turn an old 386 into a broken TV by using a simillar trick once.

Replies are listed 'Best First'.
Re: Re: random noise background generator
by cogent (Monk) on Dec 08, 2000 at 08:49 UTC

    Hey, good point. Thanks for the input. Change made.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (7)
As of 2024-04-24 03:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found