File: file-glob-no.pl

package info (click to toggle)
libmodule-scandeps-perl 1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 604 kB
  • ctags: 235
  • sloc: perl: 4,067; makefile: 8; ansic: 1
file content (10 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
my $serial_asn1;
my $i;
package Foo;
sub length {1};
package main;
bless $serial_asn1 => 'Foo';

for ($i=0; $i<$serial_asn1->length; $i++) {
}