Help for this page

Select Code to Download


  1. or download this
    open (PIR,'/home/guest/sampir.txt');
    my @arr = ();
    ...
            push @se, $_;
        }
    }
    
  2. or download this
    foreach $r(@se)
    {
    @y=split(//,$r);
    }