Changeset 14954 for misc/runpugs/perl

Show
Ignore:
Timestamp:
12/30/06 19:07:12 (23 months ago)
Author:
andara
Message:

[runpugs]
-be kind to feather: better management of preloaded sessions.
Please test the devel version: http://feather.perl6.nl:8080/runpugs/
-fixed non-interactive runpugs, now at
http://feather.perl6.nl:8080/cgi-bin/runp6script

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • misc/runpugs/perl/runpugs3.pl

    r14930 r14954  
    9898    my $sessionid=shift; 
    9999    my $ip=shift; 
    100     my $dev=$query->param('reldev')||0; 
    101     $dev=$dev*1; 
     100    my $dev=$query->param('reldev');#||0; 
     101    if ($dev!=0){ 
     102    $dev=1; 
     103    } 
    102104    my $devc='checked'; 
    103105    my $relc='';