Just testing out the code tag here. Here is some perl
use Getopt::Long;
my ($input_marc_file,$number,$nowarning) = (”,0);
my $version;
GetOptions(
‘file:s’ => $input_marc_file,
‘n:s’ => $number,
‘v’ => $version,
‘w’ => $nowarning,
);
Here is some ruby
class Foo
def bar
“abcde”
end
end
Here is a snippet of xml
some stuff
Thats really pretty cool, I can see Ill be using it a lot more.