Error While installing Data::Dumper module

2008-12-29 Thread mod_perl User
Hello, I tried installing Data::Dumper module, getting error when i make the file. >makecc -c-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff-DVERSION=\"2.121\" -DXS_VERSION=\"2.121\" -KPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" Dump

help:Playing audio files

2003-01-20 Thread mod_perl
Hi all, I want to play an audio file that resides in a remote machine .How can I do this using perl. thanks in advance shine -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

bandwidth restricting

2003-01-09 Thread mod_perl
hi all, In my Lan I have a linux proxy .How can i restrict the bandwidth cosumed by each user using perl .Which module i can use . thanks in advance shine -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Uploading files

2002-12-16 Thread mod_perl
Yes You can. 1st part print " "; print " "; print ""; print ""; select file from local machine using file field. field name is filetoupload. afeter submiting you get value of file field at server side using $filename=$q->param("filetoupload"); if(!open(OUTFILE, ">$SAVE_DIRECT