Help for this page

Select Code to Download


  1. or download this
    /h                   = Scheme (http in this case)
    /plkr                = Format (Output format)
    /3                   = Fetch limit
    /www.plkr.org/rss.pl = Feed url
    
  2. or download this
    my $string      = '/h/plkr/3/www.plkr.org/rss.pl';
    
    ...
    my @tokens      = split('/', $string);
    my $compressed  =  compress($string) ; 
    my $encoded     = encode_base64($compressed);