Help for this page

Select Code to Download


  1. or download this
    my $conf = "$_";
    my $conf_bn = basename($conf);
    ...
    my $backup = "$conf.$date";
    my $backup_bn = basename("$conf.$date");
    my $ltime = localtime();
    
  2. or download this
    sub add_vhost {
            my $conf;
            my $conf_bn;
            my $ltime;
    
  3. or download this
    foreach (@object) {
        my $conf = "$_";
    ...
        my $backup = "$conf.$date";
        my $backup_bn = basename("$conf.$date");
        my $ltime = localtime();
    
  4. or download this
    [root@wsprod01 myperl]# ./test.pl --domain google.com --client google
    Usage: ./test.pl --domain companydomain.com --client company [--job-co
    +de 12345] [--help].