Help for this page

Select Code to Download


  1. or download this
    my $latin2 = find_encoding("iso-8859-2");
    
  2. or download this
    my $enc = find_encoding("iso-8859-2")->name;
    
  3. or download this
    my $userAgent = LWP::USerAgent->new;
    
  4. or download this
    my $ua = LWP::UserAgent->new;
    
  5. or download this
    #!/usr/bin/perl
    
    ...
        die "Upload error: $1";
    }
    print "Done.";