Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    use strict;
    ...
    my @chains = map { $_->attr('href') =~ /chain=(\w)/ } @chain_tags;
    my @chain = map {split ' '} @chains;
    foreach my $chain (@chain){print "$chain\n";}
    
  2. or download this
    pisolo@pisolo:~/Scrivania/test$ perl test7.pl 
    A
    ...
    J
    K
    L