mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
myUtilsTemplate.pm: remove 99_Utils from the FHEMWEB Edit list (Forum #31932)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@7570 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5a2f8c6b53
commit
fce96f525e
22
FHEM/myUtilsTemplate.pm
Normal file
22
FHEM/myUtilsTemplate.pm
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
##############################################
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
# Save this file as 99_myUtils.pm, and create your own functions in the new
|
||||||
|
# file. They are then available in every Perl expression.
|
||||||
|
|
||||||
|
package main;
|
||||||
|
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
use POSIX;
|
||||||
|
|
||||||
|
sub
|
||||||
|
myUtils_Initialize($$)
|
||||||
|
{
|
||||||
|
my ($hash) = @_;
|
||||||
|
}
|
||||||
|
|
||||||
|
# Enter you functions below _this_ line.
|
||||||
|
|
||||||
|
|
||||||
|
1;
|
Loading…
x
Reference in New Issue
Block a user