Help for this page

Select Code to Download


  1. or download this
    ($username, $firstname, $lastname, $lastlogin, $tokenexpiration) = spl
    +it(",", $line);
    
  2. or download this
    Alan,Bloggs,06/11/2009,11/30/2011
    
  3. or download this
    my ( $bs, $firstname_line_2, $lastname_line_2 ) = split (/,/,$line2);
    if ( $lastname eq $lastname_line_2 && $firstname eq $firstname_line_2 
    +) {
    ...