Help for this page

Select Code to Download


  1. or download this
        exit if $data =~ /q/i;
    
  2. or download this
        exit if $data =~ /^\s*q\s*$/i;