Help for this page

Select Code to Download


  1. or download this
    # Munge the current line into what we want
        $line =~ s!^http://!url$counter=http://!i;
        $line =~ s!&!item=!g;
    
  2. or download this
    # Munge the current line into what we want
        $line =~ s!^http://!url$counter=http://!i;
        $line =~ s!&!item$counter=!g;