GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
App::Netdisco::Util::Web(3) User Contributed Perl Documentation App::Netdisco::Util::Web(3)

App::Netdisco::Util::Web

A set of helper subroutines to support parts of the Netdisco application.

There are no default exports, however the ":all" tag will export all subroutines.

Client has requested JSON format data and an endpoint under "/api".

Same as "request_is_api" but also requires path to start ""/api/v1/report/..."".
Same as "request_is_api" but also requires path to start ""/api/v1/search/..."".

Convert wildcard characters ""*"" and ""?"" to ""%"" and ""_"" respectively.

Pass a true value to $exact to only substitute the existing wildcards, and not also add ""*"" to each end of the value.

In list context, returns two values, the translated value, and also an SQL::Abstract LIKE clause.

Sort port names of various types used by device vendors. Interface is as Perl's own "sort" - two input args and an integer return value.

Sort devices modules into tree hierarchy based upon position and parent - input arg is module list.

Takes an interval in days, weeks, months, or years in a format like '7 days' and returns a date range in the format 'YYYY-MM-DD to YYYY-MM-DD' by subtracting the interval from the current date.

If $interval is not passed, epoch zero (1970-01-01) is used as the start.

2022-06-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.