Help for this page

Select Code to Download


  1. or download this
    while (get $url) {
      my $string = (split "_")[1];
      print "${string}\n"
    }
    
  2. or download this
    forach (split "\n", (get $url)) {