Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      "v_dialer replica for Redmond"
    2003-11-25     root        replica "v_dialer_drcalvin"
    
  2. or download this
    use strict;
    use warnings;
    ...
      local $/;
      my @replica = <DATA> =~ /replica\s+"(.+)"/g;
    }