Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

bibo's scratchpad

by bibo (Pilgrim)
on Jun 02, 2004 at 23:45 UTC ( [id://359832]=scratchpad: print w/replies, xml ) Need Help??

Stuff I want to keep handy:

Where am i? Here

# 1: suck in the 3 files, prelude, postlude, and the IVR results text open(UFILE, $prelude); @prelude_list = <UFILE>; close(UFILE); open(UFILE, $postlude); @postlude_list = <UFILE>; close(UFILE); # 2: now start emitting the results... # we do some serious surgery on the textfile contents, # and poop out table and cell data. print @prelude_list; print '<h3>Your request has been processed. </h3>'; print '<p>There will be a slight delay before your call is processed.< +/p>'; print '<p>To view the status of the call, click the link at left label +led Current Notifications.</p>'; print '<h3>Or you will be directed there automatically in 10 seconds.< +/h3>'; print @postlude_list;


My computer broked down after perl install
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 taking refuge in the Monastery: (9)
As of 2024-03-28 09:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found