File: function-reference.pl

package info (click to toggle)
perlimports 0.000058-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,240 kB
  • sloc: perl: 5,949; sh: 5; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 134 bytes parent folder | download
1
2
3
4
5
6
7
use strict;
use warnings;

use Cpanel::JSON::XS;

my $true_ref = \&Cpanel::JSON::XS::true;
my $false_ref = \&Cpanel::JSON::XS::false;