#!/usr/bin/perlHello.
use strict;
use warnings;
my $foo = shift;
while (<>) {
s/"foo"/$foo/;
print;
}
Subscribe to:
Post Comments (Atom)
This blog exists solely as a preview for SvOK(get_sv("main::blog", 0)); because the blogger preview sucks. This means you will see posts that are in the process of being written. Do not believe anything you read here. There is a good chance it hasn't been fact checked yet.
No comments:
Post a Comment