Help for this page

Select Code to Download


  1. or download this
    cat YourFile|perl -pe'$/="Title:";chomp;$_=/invalid url/?"Title:".$_:"
    +"'
    
  2. or download this
    pre> perl -MO=Deparse -pe'$/="Title:";chomp;$_=/invalid url/?"Title:".
    +$_:""'
    -e syntax OK
    ...
    continue {
        print $_;
    }