Help for this page

Select Code to Download


  1. or download this
    if ((/#bg\s$input/ .. /#be\s$input/) =~ /^\d+(?<!^1)$/)  {
         print $_;
      }
    
  2. or download this
    elsif (/bb\s$input/) {
         print $_;
         last;
         }
    
  3. or download this
       else
           {
           print "nope".$_;
           last;
           }