Hello, in using "put into URL" or "post xyz to URL zyx" runrev works for a while if the URL does not exist or any problem occurs with the connection. Can I set a timeout like in Perl? ## use strict; use LWP::UserAgent; use HTTP::Request::Common; my $ua = LWP::UserAgent->new; $ua->timeout(30); ...
Regards, Franz Böhmisch _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
