Help for this page

Select Code to Download


  1. or download this
    sub addSecondary
    {
    ...
        unlink 'registration.dat';
        rename 'registration.tmp' 'registration.dat';
    }
    
  2. or download this
    use File::Slurp qw(:edit);
    
    ...
            { s/nodata/$secondary/gi if /$email/ }
            'registration.dat';
    }