Help for this page

Select Code to Download


  1. or download this
    while (my $fi = pop @{$this->{File}}) {
      open IN, $fi or
        barf "can't open database $fi, scan docs first";
    
  2. or download this
    while (my $fi = pop @{$this->{File}}) {
      print "\$fi: $fi\n";
      open IN, $fi or
        barf "can't open database $fi, scan docs first";
    
  3. or download this
    $fi: C:/_64/perl526_630/site/lib/PDL/pdldoc.db
    
  4. or download this
    $fi: /usr/lib/x86_64-linux-gnu/perl5/5.30/PDL/pdldoc.db