shell bypass 403

GrazzMean Shell

: /usr/share/perl5/vendor_perl/Graph/ [ drwxr-xr-x ]
Uname: Linux web3.us.cloudlogin.co 5.10.226-xeon-hst #2 SMP Fri Sep 13 12:28:44 UTC 2024 x86_64
Software: Apache
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.210.96.117
Your Ip: 3.139.81.238
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : Directed.pm
package Graph::Directed;

use Graph;
use base 'Graph';
use strict;

=pod

=head1 NAME

Graph::Directed - directed graphs

=head1 SYNOPSIS

    use Graph::Directed;
    my $g = Graph::Directed->new;

    # Or alternatively:

    use Graph;
    my $g = Graph->new(directed => 1);
    my $g = Graph->new(undirected => 0);

=head1 DESCRIPTION

Graph::Directed allows you to create directed graphs.

For the available methods, see L<Graph>.

=head1 SEE ALSO

L<Graph>, L<Graph::Undirected>

=head1 AUTHOR AND COPYRIGHT

Jarkko Hietaniemi F<jhi@iki.fi>

=head1 LICENSE

This module is licensed under the same terms as Perl itself.

=cut

1;
© 2025 GrazzMean