Re: How to Disable Perl warnings !!

2012-11-25 Thread Jacinta Richardson
On 26/11/12 17:09, nitai wrote: I am working in web based application using CPAN. they are using "use warnings" for enable warnings for in all pm modules. There are 3 servers (development, testing and main) respectively where we can run the application. Now their requirement is, THEY DON'T NEE

Finding CPAN modules (was Re: libwww-perl-5.805 install problems)

2006-11-23 Thread Jacinta Richardson
http://search.cpan.org URI: http://search.cpan.org/author/GAAS/URI-1.35/URI.pm HTML::Parser: http://search.cpan.org/author/GAAS/HTML-Parser-3.55/Parser.pm and I'll let you do your own search (I promise it will work) for Compress::Zlib. All the best, J PS: By the way, if you run Linu

Re: Error when installing the HTML-Parser-3.51 module

2006-04-09 Thread Jacinta Richardson
unning it from within HTML-Parse-3.51/ for example: cd c:\perl\lib\HTML-Parse-3.51\ perl -w Makefile.PL and see if that helps. All the best, Jacinta -- ("`-''-/").___..--''"`-._ | Jacinta Richardson | `6_ 6

Re: POST with attachment issues

2005-11-09 Thread Jacinta Richardson
(); use Fcntl qw/O_RDONLY/; 144 sysopen($fh, $file, O_RDONLY) or Carp::croak("Can't open file $file: $!"); 145 binmode($fh); Trimming whitespace from the start and end of the filename will keep compatibility wi

Re: [Crypt::SSLeay] Alarm Clock Errors

2005-05-06 Thread Jacinta Richardson
the time to look further into the distributions for this issue. All the best, Jacinta -- ("`-''-/").___..--''"`-._ | Jacinta Richardson | `6_ 6 ) `-. ( ).`-.__.`) | Perl Training Australia|

Re: [Crypt::SSLeay] Client Cert Support?

2005-04-25 Thread Jacinta Richardson
ates correctly *then* your program runs. You can still get their details from environment variables. All the best, Jacinta -- ("`-''-/").___..--''"`-._ | Jacinta Richardson | `6_ 6 ) `-. ( ).`-.__.`) | Perl Training

Re: wget in scripts

2004-11-07 Thread Jacinta Richardson
"%03d", $_); } All the best, Jacinta -- ("`-''-/").___..--''"`-._ | Jacinta Richardson | `6_ 6 ) `-. ( ).`-.__.`) | Perl Training Australia| (_Y_.)' ._ ) `._ `. ``-..-' | +61

Re: LWP::Simple: patch to let you see last error

2004-05-25 Thread Jacinta Richardson
ur should be here. DBI does this, you can have RaiseError set to true for exceptions or false for non exceptions. I suspect the code would then become similar to: sub something { my $self = shift; # stuff if( $error_situation ) { return 0 unless $self->{use_exceptions

HTML::TreeBuilder and lwp-request

2004-04-27 Thread Jacinta Richardson
but they're not installed as hard links? Thanks, Jacinta -- ("`-''-/").___..--''"`-._ | Jacinta Richardson | `6_ 6 ) `-. ( ).`-.__.`) | Perl Training Australia| (_Y_.)' ._ ) `._ `. ``-..-' |