File: eating_strict_error.fail

package info (click to toggle)
libfunction-parameters-perl 2.002005-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 624 kB
  • sloc: perl: 3,945; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl
use strict;
use Function::Parameters;

fun get_record( $agent, $target_name ) {
    for my $record ( @$records ) {
    }
}

fun get_ip( $agent ) {
}

'ok'