Help for this page

Select Code to Download


  1. or download this
    my $content = do { local $/; local @ARGV = 'vhosts.conf'; <> };
    
  2. or download this
    my $start = qr{<VirtualHost \*:80>};
    my $finish = qr{</VirtualHost>};
    
  3. or download this
        print OUT "<VirtualHost *:80>$vhost</VirtualHost>";