Help for this page

Select Code to Download


  1. or download this
    #!/win2k/Perl/bin/perl
    
    use Win32::API;
    ...
    print "Setwall: `$setwall'\n";
    #$setwall->($ARGV[0], 0);
    exit;
    
  2. or download this
    $target = "BMP";
    $current = "JPEG";
    $Config{'Options'}{'Converted File'} = "converted.bmp";
    ...
        $cmd =~ s/\$infile/$filename/g;
        $cmd =~ s/\$outfile/$ofile/g;
        system $cmd and die "Error converting $filename -> $ofile: $!\n";