Help for this page

Select Code to Download


  1. or download this
    if (defined $line and $line =~ /(\bTest\b\s+.+\s+\baccount\b)?/)
    
  2. or download this
    if ( ($line // '') =~ /(\bTest\b\s+.+\s+\baccount\b)?/)