File: Embperl_BS

package info (click to toggle)
libhtml-embperl-perl 1.3.6-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,596 kB
  • ctags: 1,190
  • sloc: ansic: 8,985; perl: 4,584; makefile: 83
file content (13 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
@dl_resolve_using = ('') ; # must be an array with one empty entry to get $bscode written out
$bscode = 
q[

if (!$ENV{MOD_PERL})
    {
    my $nafile = $file ;
    $nafile =~ s/(.*)\./$1.NoApache./ ;
    $file = $nafile if (-f $nafile) ;
    #print STDERR "\n*** bs load file = $file ***\n" ;
    }

] ;